C#
VB
C++
Initializes a new instance of the LeadCollection<T> class that contains items copied from the specified collection and that has the same initial capacity as the number of items copied.
public LeadCollection<T>(
IEnumerable<T> collection
)
Public Function New( _
ByVal collection As IEnumerable(Of T) _
)
public:
LeadCollection<T>(
IEnumerable<T^>^ collection
)
collection
The collection whose items are copied into this collection.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET